home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / perror.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  32 lines

  1.  
  2. PERROR(3)                  UNIX Programmer's Manual                  PERROR(3)
  3.  
  4. NNAAMMEE
  5.      ppeerrrroorr - write error messages to standard error
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddiioo..hh>>
  9.  
  10.      _v_o_i_d
  11.      ppeerrrroorr(_c_o_n_s_t _c_h_a_r _*_s_t_r_i_n_g)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ppeerrrroorr() function looks up the language-dependent error message
  15.      string affiliated with an error number and writes it, followed by a new-
  16.      line, to the standard error stream.
  17.  
  18.      If the argument _s_t_r_i_n_g is non-NULL it is prepended to the message string
  19.      and separated from it by a colon and a space (`: '). If _s_t_r_i_n_g is NULL
  20.      only the error message string is printed.
  21.  
  22.      The contents of the error message string is the same as those returned by
  23.      ssttrreerrrroorr() with argument _e_r_r_n_o.
  24.  
  25. SSEEEE AALLSSOO
  26.      intro(2),  psignal(3),  setlocale(3),  strerror(3)
  27.  
  28. SSTTAANNDDAARRDDSS
  29.      The ppeerrrroorr() function conforms to ANSI C3.159-1989 (``ANSI C'').
  30.  
  31. 4th Berkeley Distribution        June 29, 1991                               1
  32.